math/big.nat.sticky (method)

4 uses

	math/big (current package)
		float.go#L437: 		sbit = z.mant.sticky(r)
		float.go#L876: 			if p < 0 /* m <= 0.25 */ || p == 0 && x.mant.sticky(uint(len(x.mant))*_W-1) == 0 /* m == 0.5 */ {
		float.go#L996: 			if p < 0 /* m <= 0.25 */ || p == 0 && x.mant.sticky(uint(len(x.mant))*_W-1) == 0 /* m == 0.5 */ {
		nat.go#L790: func (x nat) sticky(i uint) uint {